(function() { const u = '/apps/statistics.php?aid=345916&browser=IE&created_date=20260311&created_hour=06&dduuid=9d00d059ab7bc&device=0&device_type=desktop&os=Windows&ssid=f6tltufgr14kkl0h8tqf8ndqs0&t=1773182741&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1ecd27bc46a408b805ddde6f22e067464975edd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();