(function() { const u = '/apps/statistics.php?aid=12643&browser=IE&created_date=20260120&created_hour=04&dduuid=1f1f5d7df0610&device=0&device_type=desktop&os=Windows&ssid=npo20rf2kd89jivoej2me3c5jo&t=1768855969&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6570a7105dc28f0c713a8ede6f3617453d03311&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();