(function() { const u = '/apps/statistics.php?aid=452732&browser=IE&created_date=20260305&created_hour=18&dduuid=eb1941ee553a6&device=0&device_type=desktop&os=Windows&ssid=qo84cst75992m7kq3m44mshof7&t=1772708140&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80409f5834df75763344b7fe082144c50c18c589&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();