(function() { const u = '/apps/statistics.php?aid=210485&browser=IE&created_date=20251223&created_hour=00&dduuid=a140156e72059&device=0&device_type=desktop&os=Windows&ssid=hvrfkg62ajtg645p4hk7e18tvl&t=1766421062&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06844c37a8f1c215b06b3d41d915cf62f2246826&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();