(function() { const u = '/apps/statistics.php?aid=399415&browser=IE&created_date=20260308&created_hour=06&dduuid=718397f346373&device=0&device_type=desktop&os=Windows&ssid=i97dc2e8d1d17bvc40cck1kmhg&t=1772921974&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49032859d337434726e01716283a73fd339e339c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();