(function() { const u = '/apps/statistics.php?aid=442959&browser=IE&created_date=20260304&created_hour=17&dduuid=42cbefd1cec4c&device=0&device_type=desktop&os=Windows&ssid=efk5so78bms8hgmkdjsaja9bfm&t=1772617862&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=117494949dea4878680cfdede3c2d73516b3ad16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();