(function() { const u = '/apps/statistics.php?aid=411325&browser=IE&created_date=20260315&created_hour=13&dduuid=248f7ebb047a2&device=0&device_type=desktop&os=Windows&ssid=3mumf1emobopnua045s5hjee8v&t=1773552997&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5853999e7f5e72ddc12300a5346c2d1bdaf748b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();