(function() { const u = '/apps/statistics.php?aid=35943&browser=IE&created_date=20260224&created_hour=02&dduuid=4265ede54ce89&device=0&device_type=desktop&os=Windows&ssid=pf4s2r5ji458l1q4dhid0375d1&t=1771871760&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d44d73c12dd922a2cc9cb2023220963c5d0cd82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();