(function() { const u = '/apps/statistics.php?aid=98736&browser=IE&created_date=20260112&created_hour=09&dduuid=a16320ffcc10e&device=0&device_type=desktop&os=Windows&ssid=mfpjotoafdumskrcd4a2l8u1bn&t=1768180768&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=338eb97cef0f02746e36b2a945a7764a84ffe709&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();