(function() { const u = '/apps/statistics.php?aid=255311&browser=IE&created_date=20251222&created_hour=13&dduuid=5d67490ec3d7a&device=0&device_type=desktop&os=Windows&ssid=d2oa6384hr8ls5ppcbdffvrcck&t=1766383144&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e1b7497b4c1faf5e089a6e3a73aa6047f542bae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();