(function() { const u = '/apps/statistics.php?aid=448453&browser=IE&created_date=20260226&created_hour=10&dduuid=bd61254e0c5ea&device=0&device_type=desktop&os=Windows&ssid=amt0mor02mld5hrtspk8dj9k9a&t=1772073973&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4959b322df4d35b10b10216c94735b0cb7f43834&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();