(function() { const u = '/apps/statistics.php?aid=456162&browser=IE&created_date=20260307&created_hour=16&dduuid=2d1af00b78f05&device=0&device_type=desktop&os=Windows&ssid=ks7bnsa9odi5o46biiqvs2l4vi&t=1772871029&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da1a6890667829aee93b3012a1db9dc90f46d2c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();