(function() { const u = '/apps/statistics.php?aid=434774&browser=IE&created_date=20251228&created_hour=05&dduuid=4f29ea889184a&device=0&device_type=desktop&os=Windows&ssid=r378qostc4q0mrgl7vmip2tst4&t=1766872668&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd4cb92ed36946958f8932c12a6b65fa2a9b7668&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();